From 94ba77987097e4016a4aa77469f77854aeb2b6ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Jan 2006 13:18:16 +0000 Subject: [PATCH] Silence the compiler. 2006-01-16 Matthias Clasen * pixbuf-draw.c (draw_gap_image): Silence the compiler. --- modules/engines/pixbuf/ChangeLog | 5 +++++ modules/engines/pixbuf/pixbuf-draw.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index fd72931d10..882fe796a7 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2006-01-16 Matthias Clasen + + * pixbuf-draw.c (draw_gap_image): Silence the + compiler. + 2005-11-17 Matthias Clasen * pixbuf-rc-style.c: const correctness fixes diff --git a/modules/engines/pixbuf/pixbuf-draw.c b/modules/engines/pixbuf/pixbuf-draw.c index 8b220da0a4..13b84e0295 100644 --- a/modules/engines/pixbuf/pixbuf-draw.c +++ b/modules/engines/pixbuf/pixbuf-draw.c @@ -296,6 +296,9 @@ draw_gap_image(GtkStyle *style, r3.width = thickness; r3.height = height - (gap_x + gap_width); break; + + default: + g_assert_not_reached (); } if (image->background) -- 2.30.2